<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_FRENCH</nationality>

		<long_name>Renault FT-17 (Female)</long_name>
		<short_name>FT-17 (Female)</short_name>
		<comment>An obsolete WW1 tank still in use at the beginning of the war, armed with a Hotchkiss machine gun</comment>

		<uniform>french_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>1</month><year>1939</year><number>20</number></data>
		<data><month>11</month><year>1942</year><number>20</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Renault FT female.png</image_profile>
			<weight>6500</weight>
		</attributes>

		<drive>
			<engine>
				<name>Renault 4 cylinder</name>
				<horsepower>39</horsepower>
				<reliability>RELIABILITY_POOR</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>1400</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe><offsetX>65</offsetX><offsetY>130</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Renault FT.png</image_view>

			<width>200</width>
			<length>460</length>
			<height>72</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>22@20</upper_front>
				<lower_front>22@-20</lower_front>
				<side>10</side>
				<upper_rear>6</upper_rear>
				<lower_rear>10</lower_rear>
				<top>10</top>
				<bottom>10</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>110</width>
			<length>300</length>
			<height>72</height>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>22@15</front>
				<side>22</side>
				<rear>6@35</rear>
				<top>20</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-Renault FT MG turret.png</image_view>

			<diameter>110</diameter>
			<height>80</height>
			<offsetX>0</offsetX>
			<offsetY>-20</offsetY>

			<rotate_time>10</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>22@10</front>
				<side>22@10</side>
				<rear>22@5</rear>
				<top>20</top>
				<mantlet>22</mantlet>
			</armour>

			<weapon><type>WEAPON_LMG_HOTCHKISS_1914</type><offsetX>10</offsetX><offsetY>-38</offsetY></weapon>
			<ammo><for>WEAPON_LMG_HOTCHKISS_1914</for><rounds>4800</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>60</rounds></ammo>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>0</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
